﻿

body {
  font-family: arial unicode ms;
  background-color: rgb(248,248,248);
  background-image: url("1background.jpg");
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
  color: rgb(100,100,100);

}


div {
  font-size: big;
  padding: 15px;
}


div.Header h1 {
  margin: 0px;
  color: rgb(45,145,120);
 
}

div.Header h3 {
  margin: 0px;
  padding: 0px;
  color: rgb(100,100,100);
}


div.Header h4 {
  
  color: red;

font-weight: 400;
}



div.Left {
  float: left;
  width: 30px;
}


div.Middle {
  float: left;
  width: 650px;
  border-left-width: 2.5px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: rgb(45,145,120);
  padding-top: 0px;
}


div.Right {
  float: left;
  width: 100px;
  font-weight: bold;
}


div.Body {
  width: 800px;

  margin-top: 0px;

  margin-left: auto;
  margin-right: auto;
  background: rgb(252,252,252);
  height: 820px;

  opacity: 1.0;

}


a:link {

color: rgb(100,100,100);



}

a:visited {
  color: rgb(100,100,100);
 
}













